home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / CHIP Eylül 1998.iso / freeware / mp3 / GMP3 / GMP3.exe / 0 / RCDATA / TG3ID3EDITOR / TG3ID3EDITOR.txt
Encoding:
Text File  |  1998-05-24  |  8.0 KB  |  372 lines

  1. object G3ID3Editor: TG3ID3Editor
  2.   Left = 487
  3.   Top = 288
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'GMP3 - ID3 Tag Editor'
  6.   ClientHeight = 180
  7.   ClientWidth = 270
  8.   Color = clBlack
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object RxLabel6: TRxLabel
  20.     Left = 121
  21.     Top = 108
  22.     Width = 31
  23.     Height = 13
  24.     Caption = 'Genre'
  25.     Color = clBlack
  26.     Font.Charset = DEFAULT_CHARSET
  27.     Font.Color = clLime
  28.     Font.Height = -11
  29.     Font.Name = 'MS Sans Serif'
  30.     Font.Style = []
  31.     ParentColor = False
  32.     ParentFont = False
  33.     ShadowColor = clGreen
  34.     Transparent = True
  35.   end
  36.   object RxLabel7: TRxLabel
  37.     Left = 9
  38.     Top = 12
  39.     Width = 18
  40.     Height = 13
  41.     Caption = 'File'
  42.     Color = clBlack
  43.     Font.Charset = DEFAULT_CHARSET
  44.     Font.Color = clLime
  45.     Font.Height = -11
  46.     Font.Name = 'MS Sans Serif'
  47.     Font.Style = []
  48.     ParentColor = False
  49.     ParentFont = False
  50.     ShadowColor = clGreen
  51.     Transparent = True
  52.   end
  53.   object YearEdit: TMaskEdit
  54.     Left = 70
  55.     Top = 105
  56.     Width = 39
  57.     Height = 21
  58.     Color = clBlack
  59.     EditMask = '9999;1; '
  60.     Font.Charset = DEFAULT_CHARSET
  61.     Font.Color = clAqua
  62.     Font.Height = -11
  63.     Font.Name = 'MS Sans Serif'
  64.     Font.Style = []
  65.     MaxLength = 4
  66.     ParentFont = False
  67.     TabOrder = 4
  68.     Text = '    '
  69.     OnChange = YearEditChange
  70.   end
  71.   object LegendComboBox1: TLegendComboBox
  72.     Left = 156
  73.     Top = 105
  74.     Width = 109
  75.     Height = 21
  76.     Style = csDropDownList
  77.     Color = clBlack
  78.     Font.Charset = DEFAULT_CHARSET
  79.     Font.Color = clAqua
  80.     Font.Height = -11
  81.     Font.Name = 'MS Sans Serif'
  82.     Font.Style = []
  83.     ItemHeight = 13
  84.     ParentFont = False
  85.     Sorted = True
  86.     TabOrder = 5
  87.     OnChange = LegendComboBox1Change
  88.   end
  89.   object TitleEdit: TEdit
  90.     Left = 70
  91.     Top = 33
  92.     Width = 195
  93.     Height = 21
  94.     Color = clBlack
  95.     Font.Charset = DEFAULT_CHARSET
  96.     Font.Color = clAqua
  97.     Font.Height = -11
  98.     Font.Name = 'MS Sans Serif'
  99.     Font.Style = []
  100.     MaxLength = 30
  101.     ParentFont = False
  102.     TabOrder = 1
  103.     OnChange = TitleEditChange
  104.   end
  105.   object ArtistEdit: TEdit
  106.     Left = 70
  107.     Top = 57
  108.     Width = 195
  109.     Height = 21
  110.     Color = clBlack
  111.     Font.Charset = DEFAULT_CHARSET
  112.     Font.Color = clAqua
  113.     Font.Height = -11
  114.     Font.Name = 'MS Sans Serif'
  115.     Font.Style = []
  116.     MaxLength = 30
  117.     ParentFont = False
  118.     TabOrder = 2
  119.     OnChange = ArtistEditChange
  120.   end
  121.   object AlbumEdit: TEdit
  122.     Left = 70
  123.     Top = 81
  124.     Width = 195
  125.     Height = 21
  126.     Color = clBlack
  127.     Font.Charset = DEFAULT_CHARSET
  128.     Font.Color = clAqua
  129.     Font.Height = -11
  130.     Font.Name = 'MS Sans Serif'
  131.     Font.Style = []
  132.     MaxLength = 30
  133.     ParentFont = False
  134.     TabOrder = 3
  135.     OnChange = AlbumEditChange
  136.   end
  137.   object CommentEdit: TEdit
  138.     Left = 70
  139.     Top = 129
  140.     Width = 195
  141.     Height = 21
  142.     Color = clBlack
  143.     Font.Charset = DEFAULT_CHARSET
  144.     Font.Color = clAqua
  145.     Font.Height = -11
  146.     Font.Name = 'MS Sans Serif'
  147.     Font.Style = []
  148.     MaxLength = 30
  149.     ParentFont = False
  150.     TabOrder = 6
  151.     OnChange = CommentEditChange
  152.   end
  153.   object FileNameView: TEdit
  154.     Left = 32
  155.     Top = 8
  156.     Width = 233
  157.     Height = 21
  158.     Color = clBlack
  159.     Font.Charset = DEFAULT_CHARSET
  160.     Font.Color = clAqua
  161.     Font.Height = -11
  162.     Font.Name = 'MS Sans Serif'
  163.     Font.Style = []
  164.     ParentFont = False
  165.     ReadOnly = True
  166.     TabOrder = 0
  167.   end
  168.   object Panel1: TPanel
  169.     Left = 9
  170.     Top = 35
  171.     Width = 57
  172.     Height = 18
  173.     Hint = 'Double click to copy the selected area from File'
  174.     Color = clBlack
  175.     ParentShowHint = False
  176.     ShowHint = True
  177.     TabOrder = 7
  178.     OnDblClick = Panel1DblClick
  179.     object RxLabel1: TRxLabel
  180.       Left = 17
  181.       Top = 3
  182.       Width = 22
  183.       Height = 13
  184.       Caption = 'Title'
  185.       Color = clBlack
  186.       Font.Charset = DEFAULT_CHARSET
  187.       Font.Color = clLime
  188.       Font.Height = -11
  189.       Font.Name = 'MS Sans Serif'
  190.       Font.Style = []
  191.       ParentColor = False
  192.       ParentFont = False
  193.       ShadowColor = clGreen
  194.       Transparent = True
  195.       OnDblClick = Panel1DblClick
  196.     end
  197.   end
  198.   object Panel2: TPanel
  199.     Left = 9
  200.     Top = 58
  201.     Width = 57
  202.     Height = 18
  203.     Hint = 'Double click to copy the selected area from File'
  204.     Caption = 'Panel2'
  205.     Color = clBlack
  206.     ParentShowHint = False
  207.     ShowHint = True
  208.     TabOrder = 8
  209.     OnDblClick = Panel2DblClick
  210.     object RxLabel2: TRxLabel
  211.       Left = 16
  212.       Top = 3
  213.       Width = 25
  214.       Height = 13
  215.       Caption = 'Artist'
  216.       Color = clBlack
  217.       Font.Charset = DEFAULT_CHARSET
  218.       Font.Color = clLime
  219.       Font.Height = -11
  220.       Font.Name = 'MS Sans Serif'
  221.       Font.Style = []
  222.       ParentColor = False
  223.       ParentFont = False
  224.       ShadowColor = clGreen
  225.       Transparent = True
  226.       OnDblClick = Panel2DblClick
  227.     end
  228.   end
  229.   object Panel3: TPanel
  230.     Left = 9
  231.     Top = 82
  232.     Width = 57
  233.     Height = 18
  234.     Hint = 'Double click to copy the selected area from File'
  235.     Caption = 'Panel2'
  236.     Color = clBlack
  237.     ParentShowHint = False
  238.     ShowHint = True
  239.     TabOrder = 9
  240.     OnDblClick = Panel3DblClick
  241.     object RxLabel3: TRxLabel
  242.       Left = 13
  243.       Top = 3
  244.       Width = 31
  245.       Height = 13
  246.       Caption = 'Album'
  247.       Color = clBlack
  248.       Font.Charset = DEFAULT_CHARSET
  249.       Font.Color = clLime
  250.       Font.Height = -11
  251.       Font.Name = 'MS Sans Serif'
  252.       Font.Style = []
  253.       ParentColor = False
  254.       ParentFont = False
  255.       ShadowColor = clGreen
  256.       Transparent = True
  257.       OnDblClick = Panel3DblClick
  258.     end
  259.   end
  260.   object Panel4: TPanel
  261.     Left = 9
  262.     Top = 107
  263.     Width = 57
  264.     Height = 18
  265.     Hint = 'Double click to copy the selected area from File'
  266.     Caption = 'Panel4'
  267.     Color = clBlack
  268.     ParentShowHint = False
  269.     ShowHint = True
  270.     TabOrder = 10
  271.     OnDblClick = Panel4DblClick
  272.     object RxLabel4: TRxLabel
  273.       Left = 16
  274.       Top = 3
  275.       Width = 24
  276.       Height = 13
  277.       Caption = 'Year'
  278.       Color = clBlack
  279.       Font.Charset = DEFAULT_CHARSET
  280.       Font.Color = clLime
  281.       Font.Height = -11
  282.       Font.Name = 'MS Sans Serif'
  283.       Font.Style = []
  284.       ParentColor = False
  285.       ParentFont = False
  286.       ShadowColor = clGreen
  287.       Transparent = True
  288.       OnDblClick = Panel4DblClick
  289.     end
  290.   end
  291.   object Panel5: TPanel
  292.     Left = 9
  293.     Top = 131
  294.     Width = 56
  295.     Height = 18
  296.     Hint = 'Double click to copy the selected area from File'
  297.     Caption = 'Panel4'
  298.     Color = clBlack
  299.     ParentShowHint = False
  300.     ShowHint = True
  301.     TabOrder = 11
  302.     OnDblClick = Panel5DblClick
  303.     object RxLabel5: TRxLabel
  304.       Left = 5
  305.       Top = 2
  306.       Width = 46
  307.       Height = 13
  308.       Caption = 'Comment'
  309.       Color = clBlack
  310.       Font.Charset = DEFAULT_CHARSET
  311.       Font.Color = clLime
  312.       Font.Height = -11
  313.       Font.Name = 'MS Sans Serif'
  314.       Font.Style = []
  315.       ParentColor = False
  316.       ParentFont = False
  317.       ShadowColor = clGreen
  318.       Transparent = True
  319.       OnDblClick = Panel5DblClick
  320.     end
  321.   end
  322.   object Button1: TButton
  323.     Left = 141
  324.     Top = 158
  325.     Width = 57
  326.     Height = 17
  327.     Caption = 'Ok'
  328.     ModalResult = 1
  329.     TabOrder = 12
  330.   end
  331.   object Button2: TButton
  332.     Left = 205
  333.     Top = 158
  334.     Width = 57
  335.     Height = 17
  336.     Caption = 'Cancel'
  337.     ModalResult = 2
  338.     TabOrder = 13
  339.   end
  340.   object GMP3GuessPanel: TPanel
  341.     Left = 9
  342.     Top = 157
  343.     Width = 112
  344.     Height = 18
  345.     Hint = 'Double click to have GMP3 guess the tag info from the file name.'
  346.     Color = clBlack
  347.     ParentShowHint = False
  348.     ShowHint = True
  349.     TabOrder = 14
  350.     OnDblClick = GMP3GuessPanelDblClick
  351.     object RxLabel9: TRxLabel
  352.       Left = 20
  353.       Top = 2
  354.       Width = 72
  355.       Height = 13
  356.       Alignment = taCenter
  357.       Caption = 'GMP3'#39's Guess'
  358.       Color = clBlack
  359.       Font.Charset = DEFAULT_CHARSET
  360.       Font.Color = clLime
  361.       Font.Height = -8
  362.       Font.Name = 'MS Sans Serif'
  363.       Font.Style = []
  364.       ParentColor = False
  365.       ParentFont = False
  366.       ShadowColor = clGreen
  367.       Transparent = True
  368.       OnDblClick = GMP3GuessPanelDblClick
  369.     end
  370.   end
  371. end
  372.